ASP.NET MVC コントロールヘルプ
TemplateBind メソッド (ControlBuilder<TControl,TBuilder>)

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilder<TControl,TBuilder> クラス : TemplateBind メソッド
指定されたプロパティの名前。
DataContext 内の指定された項目の名前。
コントロールがテンプレートモードで機能している場合に、指定された名前のプロパティを 指定された名前の項目に連結します。
シンタックス
'宣言
 
Public Function TemplateBind( _
   ByVal propertyName As System.String, _
   ByVal boundName As System.String _
) As TBuilder
public TBuilder TemplateBind( 
   System.string propertyName,
   System.string boundName
)

パラメータ

propertyName
指定されたプロパティの名前。
boundName
DataContext 内の指定された項目の名前。

戻り値の型

現在のビルダ
解説
これはテンプレートモードでのみ機能します。
参照

ControlBuilder<TControl,TBuilder> クラス
ControlBuilder<TControl,TBuilder> メンバ